|
LinuxQMISDK-Lite
SLQS04.00.27
|
Go to the source code of this file.
Typedefs | |
| typedef unpack_result_t | unpack_swidms_SLQSSwiDmsSetUsbNetNum_t |
| int pack_swidms_SLQSSwiDmsGetHWWatchdog | ( | pack_qmi_t * | pCtx, |
| uint8_t * | pReqBuf, | ||
| uint16_t * | pLen | ||
| ) |
Gets the hardware watchdog settings pack
| [in,out] | pCtx | qmi request context |
| [out] | pReqBuf | qmi request buffer |
| [out] | pLen | qmi request length |
| int pack_swidms_SLQSSwiDmsGetMTU | ( | pack_qmi_t * | pCtx, |
| uint8_t * | pReqBuf, | ||
| uint16_t * | pLen | ||
| ) |
Get the preferred MTU Size of the 3GPP, HRPD, EHRPD and USB descriptor Interfaces pack
| [in,out] | pCtx | qmi request context |
| [out] | pReqBuf | qmi request buffer |
| [out] | pLen | qmi request length |
| int pack_swidms_SLQSSwiDmsGetSecureInfo | ( | pack_qmi_t * | pCtx, |
| uint8_t * | pReqBuf, | ||
| uint16_t * | pLen | ||
| ) |
pack function to get secure boot config and other capabilities
| [in,out] | pCtx | qmi request context |
| [out] | pReqBuf | qmi request buffer |
| [out] | pLen | qmi request length |
| int pack_swidms_SLQSSwiDmsGetUimSlot | ( | pack_qmi_t * | pCtx, |
| uint8_t * | pReqBuf, | ||
| uint16_t * | pLen | ||
| ) |
pack function to get uim slot info
| [in,out] | pCtx | qmi request context |
| [out] | pReqBuf | qmi request buffer |
| [out] | pLen | qmi request length |
| int pack_swidms_SLQSSwiDmsGetUsbComp | ( | pack_qmi_t * | pCtx, |
| uint8_t * | pReqBuf, | ||
| uint16_t * | pLen | ||
| ) |
Gets the usb interface composition pack
| [in,out] | pCtx | qmi request context |
| [out] | pReqBuf | qmi request buffer |
| [out] | pLen | qmi request length |
| int pack_swidms_SLQSSwiDmsGetUsbNetNum | ( | pack_qmi_t * | pCtx, |
| uint8_t * | pReqBuf, | ||
| uint16_t * | pLen | ||
| ) |
pack function to get usb net numbers for QMAP configuration
| [in,out] | pCtx | qmi request context |
| [out] | pReqBuf | qmi request buffer |
| [out] | pLen | qmi request length |
| int pack_swidms_SLQSSwiDmsSetHWWatchdog | ( | pack_qmi_t * | pCtx, |
| uint8_t * | pReqBuf, | ||
| uint16_t * | pLen, | ||
| pack_swidms_SLQSSwiDmsSetHWWatchdog_t * | reqArg | ||
| ) |
Sets the usb interface config value pack
| [in,out] | pCtx | qmi request context |
| [out] | pReqBuf | qmi request buffer |
| [out] | pLen | qmi request length |
| [in] | reqArg | request parameter |
| int pack_swidms_SLQSSwiDmsSetMTU | ( | pack_qmi_t * | pCtx, |
| uint8_t * | pReqBuf, | ||
| uint16_t * | pLen, | ||
| pack_swidms_SLQSSwiDmsSetMTU_t * | reqArg | ||
| ) |
Sets the preferred MTU size for 3GPP, HRPD, EHRPD Interfaces pack
| [in,out] | pCtx | qmi request context |
| [out] | pReqBuf | qmi request buffer |
| [out] | pLen | qmi request length |
| [in] | reqArg | request parameter |
| int pack_swidms_SLQSSwiDmsSetUimSlot | ( | pack_qmi_t * | pCtx, |
| uint8_t * | pReqBuf, | ||
| uint16_t * | pLen, | ||
| pack_swidms_SLQSSwiDmsSetUimSlot_t * | reqArg | ||
| ) |
Sets the uim slot value pack
| [in,out] | pCtx | qmi request context |
| [out] | pReqBuf | qmi request buffer |
| [out] | pLen | qmi request length |
| [in] | reqArg | request parameter |
| int pack_swidms_SLQSSwiDmsSetUsbComp | ( | pack_qmi_t * | pCtx, |
| uint8_t * | pReqBuf, | ||
| uint16_t * | pLen, | ||
| pack_swidms_SLQSSwiDmsSetUsbComp_t * | reqArg | ||
| ) |
Sets the usb interface config value pack
| [in,out] | pCtx | qmi request context |
| [out] | pReqBuf | qmi request buffer |
| [out] | pLen | qmi request length |
| [in] | reqArg | request parameter |
| int pack_swidms_SLQSSwiDmsSetUsbNetNum | ( | pack_qmi_t * | pCtx, |
| uint8_t * | pReqBuf, | ||
| uint16_t * | pLen, | ||
| pack_swidms_SLQSSwiDmsSetUsbNetNum_t * | pReqParam | ||
| ) |
pack function to set usb net numbers for QMAP configuration
| [in,out] | pCtx | qmi request context |
| [out] | pReqBuf | qmi request buffer |
| [out] | pLen | qmi request length |
| [in] | pReqParam | request params |
| int unpack_swidms_SLQSSwiDmsGetHWWatchdog | ( | uint8_t * | pResp, |
| uint16_t | respLen, | ||
| unpack_swidms_SLQSSwiDmsGetHWWatchdog_t * | pOutput | ||
| ) |
Gets the hardware watchdog settings unpack
| [in] | pResp | qmi response |
| [in] | respLen | qmi response length |
| [out] | pOutput | unpacked response |
| int unpack_swidms_SLQSSwiDmsGetMTU | ( | uint8_t * | pResp, |
| uint16_t | respLen, | ||
| unpack_swidms_SLQSSwiDmsGetMTU_t * | pOutput | ||
| ) |
Get the MTU Size of the 3GPP, HRPD, EHRPD and USB descriptor Interfaces unpack
| [in] | pResp | qmi response |
| [in] | respLen | qmi response length |
| [out] | pOutput | unpacked response |
| int unpack_swidms_SLQSSwiDmsGetSecureInfo | ( | uint8_t * | pResp, |
| uint16_t | respLen, | ||
| unpack_swidms_SLQSSwiDmsGetSecureInfo_t * | pOutput | ||
| ) |
unpack function to get secure boot config
| [in] | pResp | qmi response |
| [in] | respLen | qmi response length |
| [out] | pOutput | unpacked response |
| int unpack_swidms_SLQSSwiDmsGetUimSlot | ( | uint8_t * | pResp, |
| uint16_t | respLen, | ||
| unpack_swidms_SLQSSwiDmsGetUimSlot_t * | pOutput | ||
| ) |
unpack function to get UIM Slot info
| [in] | pResp | qmi response |
| [in] | respLen | qmi response length |
| [out] | pOutput | unpacked response |
| int unpack_swidms_SLQSSwiDmsGetUsbComp | ( | uint8_t * | pResp, |
| uint16_t | respLen, | ||
| unpack_swidms_SLQSSwiDmsGetUsbComp_t * | pOutput | ||
| ) |
Gets the usb interface composition unpack
| [in] | pResp | qmi response |
| [in] | respLen | qmi response length |
| [out] | pOutput | unpacked response |
| int unpack_swidms_SLQSSwiDmsGetUsbNetNum | ( | uint8_t * | pResp, |
| uint16_t | respLen, | ||
| unpack_swidms_SLQSSwiDmsGetUsbNetNum_t * | pOutput | ||
| ) |
unpack function to get usb net numbers for QMAP configuration
| [in] | pResp | qmi response |
| [in] | respLen | qmi response length |
| [out] | pOutput | unpacked response |
| int unpack_swidms_SLQSSwiDmsSetHWWatchdog | ( | uint8_t * | pResp, |
| uint16_t | respLen, | ||
| unpack_swidms_SLQSSwiDmsSetHWWatchdog_t * | pOutput | ||
| ) |
Sets the hardware watchdog settings value unpack
| [in] | pResp | qmi response |
| [in] | respLen | qmi response length |
| [out] | pOutput | unpacked response |
| int unpack_swidms_SLQSSwiDmsSetMTU | ( | uint8_t * | pResp, |
| uint16_t | respLen, | ||
| unpack_swidms_SLQSSwiDmsSetMTU_t * | pOutput | ||
| ) |
Sets preferred MTU size for 3GPP, HRPD, EHRPD Interfaces unpack
| [in] | pResp | qmi response |
| [in] | respLen | qmi response length |
| [out] | pOutput | unpacked response |
| int unpack_swidms_SLQSSwiDmsSetUimSlot | ( | uint8_t * | pResp, |
| uint16_t | respLen, | ||
| unpack_swidms_SLQSSwiDmsSetUimSlot_t * | pOutput | ||
| ) |
Sets the set UIM slot info unpack
| [in] | pResp | qmi response |
| [in] | respLen | qmi response length |
| [out] | pOutput | unpacked response |
| int unpack_swidms_SLQSSwiDmsSetUsbComp | ( | uint8_t * | pResp, |
| uint16_t | respLen, | ||
| unpack_swidms_SLQSSwiDmsSetUsbComp_t * | pOutput | ||
| ) |
Sets the usb interface config value unpack
| [in] | pResp | qmi response |
| [in] | respLen | qmi response length |
| [out] | pOutput | unpacked response |
| int unpack_swidms_SLQSSwiDmsSetUsbNetNum | ( | uint8_t * | pResp, |
| uint16_t | respLen, | ||
| unpack_swidms_SLQSSwiDmsSetUsbNetNum_t * | pOutput | ||
| ) |
unpack function to set usb net numbers for QMAP configuration
| [in] | pResp | qmi response |
| [in] | respLen | qmi response length |
| [out] | pOutput | response unpacked |